func os.rootLchown

2 uses

	os (current package)
		root.go#L177: 	return rootLchown(r, name, uid, gid)
		root_openat.go#L88: func rootLchown(r *Root, name string, uid, gid int) error {